x11: Fix struct definition for GdkDeviceManagaerXI2
authorBenjamin Otte <otte@redhat.com>
Fri, 11 Feb 2011 23:16:03 +0000 (00:16 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 11 Feb 2011 23:16:03 +0000 (00:16 +0100)
gdk/x11/gdkdevicemanager-xi2.c

index bbf2e28725e1ef374a4f8a6074bbe3098efc31c1..fa0980caf2f35551d8ab923159c4e3c5535a39a7 100644 (file)
@@ -38,7 +38,7 @@
 
 struct _GdkX11DeviceManagerXI2
 {
-  GdkX11DeviceManagerCoreClass parent_class;
+  GdkX11DeviceManager parent_object;
 
   GHashTable *id_table;